From: Colin Walters Date: Sun, 24 Jul 2016 19:26:11 +0000 (-0400) Subject: glib.supp: Suppress g_task -> thread leaks X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~49^2~56 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=402020b4ca5853a8d85d2a051036d36f316db233;p=ostree.git glib.supp: Suppress g_task -> thread leaks There are variants of this, but right now because `GTask` has its own pool which isn't necessarily cleaned up on exit, we need to suppress all of this. Closes: #410 Approved by: giuseppe --- diff --git a/tests/glib.supp b/tests/glib.supp index f76596a0..7ac6ed87 100644 --- a/tests/glib.supp +++ b/tests/glib.supp @@ -400,6 +400,14 @@ fun:g_thread_pool_push fun:g_task_start_task_thread } +{ + g_task_to_pool + Memcheck:Leak + ... + fun:g_thread_pool_start_thread + ... + fun:g_task_run_in_thread +} { g_get_language_names Memcheck:Leak